home *** CD-ROM | disk | FTP | other *** search
- From: wyvern@msn.com (Jeffrey Smith)
- Subject: RE: Good C++ Books and MIDI C++/C Programming
- Date: 26 Jan 96 06:28:31 -0800
- References: <4e9gl4$sh9@newsbf02.news.aol.com>
- Message-ID: <00001a81+000093fc@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- C++ syntax is only part of the step for you. Get Stanley Lippman's
- C++ Primer 2nd ed. for code. But, C++ supports OOP and for that you
- need to understand OOA&D. Get Booch's OOA&D 2nd ed. for good
- background, ref and applications.
-
- As far as MIDI goes, get the MIDI spec off the net. MIDI is just a
- three byte message. The spec tells you what the msg are. Just open
- the MIDI port and read/write these msgs. Its fairly straight forward.
-
- Jeff WS
-